| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal operation As LogicalChannelOperation, _ ByVal ParamArray channelIds() As ChannelId _ ) | |
| C# | |
|---|---|
public LogicalChannelId( LogicalChannelOperation operation, params ChannelId[] channelIds ) | |
| C++/CLI | |
|---|---|
public: LogicalChannelId( LogicalChannelOperation operation, ... array<ChannelId>^ channelIds ) | |
Parameters
- operation
- The operation to perform when combining the input channels.
- channelIds
- List of input channels that are used in this logical channel.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)